"192.168.0.1:sipop" Previous topic Chapter index Next topic

IBE$FORMS

 

 

Descriptions

There is no desription for table IBE$FORMS

 

Fields

PK

FK

Name

Domain

Data type

Not null

Default

Description

 

TABLENAME

 

CHAR (31)

 

 

 

 

INFOS

 

BLOB sub_type 0 segment size 80

 

 

 

 

Triggers

There are no triggers for table IBE$FORMS

 

Indices

There are no indices for table IBE$FORMS

 

References

There are no references for table IBE$FORMS

 

Referenced

There are no tables referenced by table IBE$FORMS

 

Definition


CREATE TABLE IBE$FORMS (
    TABLENAME CHAR (31) CHARACTER SET UNICODE_FSS NOT NULL COLLATE UNICODE_FSS,
    INFOS BLOB sub_type 0 segment size 80);

ALTER TABLE IBE$FORMS ADD PRIMARY KEY (TABLENAME);

    This file was generated with EMS InterBase/FireBird Manager (www.ibmanager.com) at 09/06/2005 05:52 p.m. Previous topic Chapter index Next topic